projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
104aabd
)
nlbwmon: adjust for cmake 4.x compatibility
author
Hannu Nyman
<
[email protected]
>
Tue, 7 Oct 2025 15:51:49 +0000
(18:51 +0300)
committer
Hannu Nyman
<
[email protected]
>
Tue, 7 Oct 2025 15:51:49 +0000
(18:51 +0300)
New cmake versions require at least 3.5 as 'cmake_minimum_required'
in CMakeLists.txt. In future 3.10 will be required.
Signed-off-by: Hannu Nyman <
[email protected]
>
net/nlbwmon/patches/001-cmake.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/net/nlbwmon/patches/001-cmake.patch
b/net/nlbwmon/patches/001-cmake.patch
new file mode 100644
(file)
index 0000000..
ef25920
--- /dev/null
+++ b/
net/nlbwmon/patches/001-cmake.patch
@@ -0,0
+1,8
@@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.10)
+ include(CheckFunctionExists)
+
+ project(nlbwmon C)